New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@axway/axway-cli-auth

Package Overview
Dependencies
Maintainers
0
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@axway/axway-cli-auth

Authenticate machines with the Axway Amplify platform

  • 3.3.16
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

Axway Auth CLI

Authenticates a machine with the Axway Amplify platform.

Installation

This package is bundled with the Axway CLI and thus does not need to be directly installed.

npm i -g axway

Quick Start

Log into the Axway platform:

axway auth login

Log out of the Axway platform:

axway auth logout

Authentication Commands

list

Lists all credentialed accounts.

Alias: ls

axway auth list

axway auth list --json

login

Log in to the Axway Amplify platform.

axway auth login

axway auth login --json

axway auth login --client-secret <CLIENT_SECRET>

axway auth login --client-secret <CLIENT_SECRET> --username my@email.com

axway auth login --secret-file <path/to/pem/file>

axway auth login --secret-file <path/to/pem/file> --username my@email.com

logout

Log out all or specific accounts from the Amplify platform.

Alias: revoke

axway auth logout --all

axway auth logout --all --json

axway auth logout <ACCOUNT_NAME_1> <ACCOUNT_NAME_2>

Service Account Commands

list

List all service accounts for an organization:

axway service-account list

axway service-account list --org <org-guid/name/id>

create

Create a service account with interactive prompting:

axway service-account create

Create a service account with minimum non-interactive arguments:

axway service-account create --name foo --secret bar

update

Change a service account name, description, and role:

axway service-account update <name/client-id> --name <new_name> --desc <desc> --role <role>

add-team and remove-team

Add a team to an existing service account:

axway service-account add-team <client-id/name> <team_guid> <team_role>

Remove a team from a service account:

axway service-account remove-team <client-id/name> <team_guid>

remove

Remove a service account:

axway service-account remove <client-id/name>

roles

View available team roles:

axway service-account roles

This project is open source under the Apache Public License v2 and is developed by Axway, Inc and the community. Please read the LICENSE file included in this distribution for more information.

Keywords

FAQs

Package last updated on 16 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc